/*

	página de estilos da página de "seus dados" (cad.asp)

*/

div.caixa { border: 1px solid #CCCCCC; border-radius: 5px; position: relative; width: 750px; height: 120px; margin: 2em 0 1em 20px; }
div.caixa label.legenda { position: absolute; background-color: white; padding: 0 10px; top: -10px; left: 10%; color: #999999; width: auto; font-size: 13px; }
.caixa label { display: block; float: left; line-height: 16px; text-align: right; margin-right: 3px; font-size: 11px; }
.caixa label.desabilitado { color: #666666; }
.caixa span { display: block; float: left; margin-bottom: 12px; height: 16px; line-height: 16px; overflow: hidden; white-space: nowrap;
	font-size: 11px; padding: 0px 1px; color: #888888; background-color: #F0F0F0; border-radius: 5px; }
.caixa input { float: left; margin-bottom: 12px; height: 16px; font-size: 11px; }
	
.cadastro label.nome { width: 90px; margin-top: 1.5em; }
.cadastro span.nome { width: 447px; margin-top: 1.5em; }
.cadastro label.cpf { width: 60px; margin-top: 1.5em; }
.cadastro span.cpf { width: 110px; margin-top: 1.5em; }
.cadastro label.nasc { width: 90px; clear: both; }
.cadastro span.nasc { width: 70px; }
.cadastro label.fone { width: 60px; }
.cadastro span.fone { width: 200px; }
.cadastro label.email { width: 60px; }
.cadastro span.email { width: 220px; }
.cadastro label.ende { width: 90px; clear: both; }
.cadastro span.ende { width: 280px; }
.cadastro label.cidade { width: 60px; }
.cadastro span.cidade { width: 150px; }
.cadastro label.cep { width: 60px; }
.cadastro span.cep { width: 60px; }

div.acessoEdita { width: 45em; height: 11em; position: relative; }
div.acessoEdita label { font-size: 1.2em; height: 1.2em; line-height: 1.5em; width: 13em; clear: both; }
div.acessoEdita input { font-size: 1.2em; height: 1.2em; line-height: 1.2em; width: 12em; }
div.acessoEdita label.usuario { margin-top: 1.5em; }
div.acessoEdita input#usuario { margin-top: 1.5em; }
div.acessoEdita a { position: absolute; bottom: 1em; right: 5%; padding: 20px 5px 3px 5px; font-size: 13px; 
	background: url(img/ico16_gravar.gif) no-repeat center 4px; border: 1px solid #999999; }
div.acessoEdita a:hover { background-color: #004466; }
div.acessoEdita span#divGravando { position: absolute; top: 0; right: 0; font-size: 1em; color: black; font-weight: bold; padding: 7px 5px 7px 40px; 
	border: 1px solid #CCCCCC; border-width: 0 0 1px 1px; border-radius: 0 5px 0 5px; background: url(img/ico_aguarde2.gif) no-repeat 3px center #92E2B3; }
div.acessoEdita span#naoGravado { position: absolute; top: 0; right: 0; font-size: 1em; color: white; font-weight: bold; padding: 0 2%; 
	border: 1px solid #CCCCCC; border-width: 0 0 1px 1px; border-radius: 0 5px 0 5px; background-color: #B90000; }

